-
Notifications
You must be signed in to change notification settings - Fork 45
feat(ws): Introduce drawer to workspace creation wizard #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: notebooks-v2
Are you sure you want to change the base?
feat(ws): Introduce drawer to workspace creation wizard #310
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4cc7471
to
9b27b1a
Compare
Signed-off-by: Charles Thao <[email protected]>
9b27b1a
to
9fcb9a2
Compare
Signed-off-by: Charles Thao <[email protected]>
@jenny-s51 please review |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work on this @thaorell ! The functionality of the drawer is looking really solid and this is a great addition.
Can we implement the drawer to utilize the full height of the content area? It's not rendering at full height at the moment.

It should take the full height of the page container, similar to the drawer in the workspaces list view:
const onExpand = () => { | ||
if (drawerRef.current) { | ||
drawerRef.current.focus(); | ||
} | ||
}; | ||
|
||
const onClick = (podConfig?: WorkspacePodConfig) => { | ||
setIsExpanded(true); | ||
onSelect(podConfig); | ||
}; | ||
|
||
const onCloseClick = () => { | ||
setIsExpanded(false); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we memoize these @thaorell ?
closes: #249
screencast-localhost_9000-2025_05_06-10_45_22.webm